/*-----研讨会样式 ------*/
/*@font-face {font-family: "din";*/
    /*src: url('font/din.ttf') format('truetype') /!* chrome, firefox, opera, Safari, Android, iOS 4.2+*!/*/
/*}*/

html {font-size: 62.5%; font-family:'PingFang SC',"微软雅黑",Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;-webkit-font-smoothing:antialiased;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,button, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{font-weight:400;margin: 0;padding: 0;-webkit-appearance:none;}
body{line-height:1.333; font-family:'PingFang SC',"微软雅黑",Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;-webkit-font-smoothing:antialiased;background:#fff;color:#333;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:400;}/*统一各浏览器默认大小*/
input, textarea, select,button{font-size: 12px;font-weight: normal;font-family:inherit;}
input[type="button"],input[type="submit"]{cursor:pointer;}
select,button{cursor:pointer;}
table {border-collapse: collapse;border-spacing: 0;}
address, caption, cite, code, dfn, em, th, var {font-style: normal;font-weight: normal;}
li {list-style: none;outline:none;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;font-variant: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
fieldset, img,a img, iframe {border-width:0;border-style:none;}/*a img for IE6*/
iframe{overflow:hidden;}/*TT啊,你个2B TT下面才有这个滚动条*/
img{-ms-interpolation-mode: bicubic;}/* https://developer.mozilla.org/En/CSS/image-rendering */
textarea{resize:vertical;overflow-y:auto;}/*resize风险未知,避免布局错乱先写上|auto为了ie下去掉默认侧边*/
legend {color: #000;}
/*a:link,a:visited {text-decoration: none;}*/
a{text-decoration:none;outline: none;}/* 去掉伪类 */
a:hover{text-decoration:none;} /*huberyhuang和ross商量的结果*/

hr{height:0}/*bugfix for ie6|7 1px background*/
label{cursor:pointer}/*必须用显示for=id写法 http://www.topcss.org/?p=349*/

/*clear*/


.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
/*scrollbar*/
::-webkit-scrollbar {width: 6px;height:6px;}
::-webkit-scrollbar-track-piece{background-color: #eee;margin: -2px;}
::-webkit-scrollbar-thumb{background: #aaa;min-height: 10px;min-width: 10px;border-radius: 10px;}
::-webkit-scrollbar-thumb:vertical:hover{background: #555555}
::-webkit-scrollbar-thumb:horizontal:hover{background: #555555}

.last-ver{border-bottom:0;}
.last-hor{border-right:0;}



